Spring Boot Kotlin API
Toggle table of contents
4.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Spring Boot Kotlin API
Spring Boot Kotlin API
/
org.springframework.boot.docs.packaging.nativeimage.advanced.nestedconfigurationproperties
/
MyPropertiesKotlin
My
Properties
Kotlin
@
ConfigurationProperties
(
value
=
"my.properties"
)
data
class
MyPropertiesKotlin
(
val
name
:
String
,
val
nested
:
Nested
)
Members
Constructors
My
Properties
Kotlin
Link copied to clipboard
constructor
(
name
:
String
,
nested
:
Nested
)
Properties
name
Link copied to clipboard
val
name
:
String
nested
Link copied to clipboard
@
NestedConfigurationProperty
val
nested
:
Nested